home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
SHOWEINF.DXR
/
00007_RO Karte.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-09-05
|
213 b
|
11 lines
on checkRO
global oldRO
if not (rollOver() = oldRO) then
set ROchannel to rollOver()
if (ROchannel > 9) and (ROchannel < 40) then
put ROchannel
end if
set oldRO to ROchannel
end if
end